home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 November / CHIP Kasım 1997.iso / ARACLAR / WINCOM / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TSTDTREEDLG / TSTDTREEDLG.txt
Encoding:
Text File  |  1997-04-14  |  1.5 KB  |  82 lines

  1. object STDTREEDLG: TSTDTREEDLG
  2.   Left = 228
  3.   Top = 303
  4.   HelpContext = 440
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   ClientHeight = 100
  8.   ClientWidth = 357
  9.   Font.Color = clBtnText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object TextField: TLabel
  17.     Left = 5
  18.     Top = 8
  19.     Width = 348
  20.     Height = 33
  21.     AutoSize = False
  22.     ShowAccelChar = False
  23.     WordWrap = True
  24.   end
  25.   object InputLine: TEdit
  26.     Left = 16
  27.     Top = 40
  28.     Width = 329
  29.     Height = 21
  30.     Font.Color = clWindowText
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     ParentFont = False
  35.     TabOrder = 0
  36.     OnKeyDown = InputLineKeyDown
  37.   end
  38.   object OK: TButton
  39.     Tag = 4001
  40.     Left = 28
  41.     Top = 69
  42.     Width = 90
  43.     Height = 24
  44.     Caption = 'OK'
  45.     Default = True
  46.     ModalResult = 1
  47.     TabOrder = 1
  48.     OnKeyDown = InputLineKeyDown
  49.   end
  50.   object id_calltree: TButton
  51.     Tag = 2
  52.     Left = 134
  53.     Top = 69
  54.     Width = 90
  55.     Height = 24
  56.     Caption = '&Tree'
  57.     TabOrder = 2
  58.     OnClick = id_calltreeClick
  59.     OnKeyDown = InputLineKeyDown
  60.   end
  61.   object Cancel: TButton
  62.     Tag = 4002
  63.     Left = 240
  64.     Top = 69
  65.     Width = 90
  66.     Height = 24
  67.     Cancel = True
  68.     Caption = 'Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 3
  71.     OnKeyDown = InputLineKeyDown
  72.   end
  73.   object Translate1: TTranslate
  74.     Tag = 5000
  75.     Top = 76
  76.   end
  77.   object ResolutionFix1: TResolutionFix
  78.     Left = 328
  79.     Top = 72
  80.   end
  81. end
  82.